home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / bootr213.zip / BOOTR.1 / BOOTRED.REV < prev    next >
Text File  |  1995-04-08  |  22KB  |  499 lines

  1.                       BOOT'R Editor Revision History
  2.  
  3.  
  4. 04-08-95 ■ Version 2.13
  5.  
  6.          . Worked on several memory-related issues with the external
  7.            text editor (BEDIT.EXE).  Decreased the amount of conventional
  8.            memory needed to properly operate it by about 8K.  (Allocated
  9.            memory blocks in 1K chunks, instead of 4K chunks.)  Previously,
  10.            individual files could only be up to 16K.  Now, individual
  11.            files can be up to 32K in size.  The combined size of all files
  12.            was previously set at 32K.  This limit has been increased to
  13.            64K.  These changes should assist users who were experiencing
  14.            "weird" behavior with low memory conditions and large files.
  15.            (STSI recommends at least 500K of conventional memory in order
  16.            to successfully run BOOT'R.)
  17.  
  18.          . Fixed a problem where the external text editor (BEDIT.EXE,
  19.            which is launched from the BOOT'R Editor to edit configuration
  20.            files) was generating a Runtime Error #2 if a user attempted
  21.            to load or insert a non-existent file.  Now, an error message
  22.            is issued when the file does not exist.
  23.  
  24.          . Removed custom exit procedure, which could, at times produce
  25.            an invalid error location if a Runtime error occurred.
  26.  
  27.  
  28. 03-12-95 ■ Version 2.12
  29.  
  30.          . Added support for the screen blanker interval and speed
  31.            options on the Defaults screen.  The new screen blanker is
  32.            only invoked on the BOOT'R button menu.  It is not currently
  33.            supported from within the BOOT'R Editor.
  34.  
  35.          . Added support for an "Explode Delay" on the Defaults screen
  36.            to allow users to modify the BOOT'R Editor's exploding effects
  37.            delay for dialog boxes.  The default value is 3.
  38.  
  39.          . Changed the name of the "Delays" screen to the "Defaults"
  40.            screen, since new options will be added.
  41.  
  42.  
  43. 01-24-95 ■ Version 2.11
  44.  
  45.          . Set up temporary variables for settings on the Defaults,
  46.            Pre-Reboot Instructions, and Registration screens.  Previously,
  47.            INI file settings were modified directly, instead of setting
  48.            up a temporary variable to contain the values.  Temporary
  49.            values are saved as the default when Ok is selected on each
  50.            of the respected dialog boxes.
  51.  
  52.  
  53. 01-14-95 ■ Version 2.10
  54.  
  55.          . Enabled the BOOT'R Editor to use XMS memory, if available.
  56.            (For use in the DOS swapping routines.)
  57.  
  58.          . Addressed several memory issues with the new BOOT'R text
  59.            editor.  Limitations are as follows:  Each window many contain
  60.            up to 16K of text.  Attempts to load a files more than 16K in
  61.            size will fail with an "Out of memory" error message.  The total
  62.            size of all configuration files may not exceed 32K.  (These
  63.            limits are more than sufficient for most configurations.)
  64.  
  65.          . Added an entirely new text editor to the BOOT'R Editor.
  66.            Instead of using the built-in text editor, the BOOT'R Editor
  67.            now shells to an external program (BEDIT.EXE) that contains
  68.            an MDI Interface (Multiple Document Interface).  Users should
  69.            find this editor much more functional than the previous editor.
  70.            The new editor allows full mouse support for the cut, copy, and
  71.            paste routines.  The new editor also contains an online
  72.            reference for common commands that are found in the CONFIG.SYS,
  73.            AUTOEXEC.BAT, and NET.CFG files.
  74.  
  75.          . Fixed a problem where the BOOT'R Editor did not allow
  76.            Filename #1 to be longer than 30 characters.
  77.  
  78.          . Added a custom exit procedure to be executed in the event
  79.            that a Runtime error occurs.
  80.  
  81.  
  82. 10-19-94 ■ Version 2.05
  83.  
  84.            . Added significant improvements to the monochrome video
  85.              support.
  86.  
  87.            . Reduced the default prelog delay time to 3 seconds to comply
  88.              with ASP standards.  STSI is now an author member of the
  89.              Association of Shareware Professionals!
  90.  
  91.  
  92. 07-09-94 ■ Version 2.04
  93.  
  94.            . Fixed a problem where the Tab character (#9) was not being
  95.              properly converted to space characters when a file was
  96.              loaded or imported into the editor.  Created a work-around so
  97.              that a tab character is converted into the number of spaces
  98.              specified as the Tab-To-Spaces default, located on the
  99.              new Editor Options screen.
  100.  
  101.  
  102. 06-28-94 ■ Version 2.03
  103.  
  104.            . Fixed a problem in the INSTALL.EXE program distributed
  105.              with the previous version where a Runtime Error #3 would
  106.              occur when Ok was selected to install BOOT'R.  I/O checking
  107.              was not disabled in the stIsDirectory routine that was
  108.              being called to verify the validity of the directory.
  109.  
  110.  
  111. 06-24-94 ■ Version 2.02
  112.  
  113.            . Fixed a potential problem when a file was loaded or
  114.              inserted into the text being edited.  If a ^Z (end of file
  115.              marker) existed at the end of the loaded (or inserted) file,
  116.              the BOOT'R Editor would write it to the .BTR file, and in
  117.              essence, would eliminate any later files that the BOOT'R
  118.              Editor attempted to write to the .BTR file.  Modified the
  119.              code to strip any ^Z characters from the string to be
  120.              written before actually writing it to the disk.
  121.  
  122.            . Added an "F1=Help" string to the bottom of the screen to
  123.              inform users of the availability of the help system.
  124.  
  125.            . Changed the header on the New Configuration screen to
  126.              "Enter Configuration Filename" instead of "Enter BOOT'R
  127.              Filename".
  128.  
  129.            . Fixed a problem where the BOOT'R Editor would trim leading
  130.              spaces off of text when reading it from the .BTR file into
  131.              the editing screen.
  132.  
  133.  
  134. 05-26-94 ■ Version 2.01
  135.  
  136.            . Fixed intermittent problem with the Help system.  Calling
  137.              up the Help Topic Index would not always allow a topic to
  138.              be selected for viewing.
  139.  
  140.  
  141. 05-13-94 ■ Version 2.00
  142.  
  143.            . Modified print dialog box to allow the entry of strings
  144.              in the filename field up to 127 characters.  Previous
  145.              limit was set at 30.
  146.  
  147.            . Set up global error handling for dialog boxes.
  148.  
  149.            . Updated documentation file, and added context-sensitive
  150.              help.
  151.  
  152.            . Rewrote the BOOT'R Editor in a new programming language.
  153.              The new color scheme is CGA compatible.
  154.  
  155.  
  156. 10-25-93 ■ Version 1.11
  157.  
  158.            . Added extra code to make sure that the Configuration
  159.              name can only be 8 characters long, with a 3 character
  160.              extension.
  161.  
  162.            . Forced the BOOT'R Editor to use a full path along with
  163.              the configuration name to make sure that files were 
  164.              being saved properly.
  165.  
  166.            . Fixed a problem where the BOOT'R Editor was not warning
  167.              users about changes to an open configuration before
  168.              attempting to close it when a new configuration was 
  169.              created.
  170.  
  171.            . Fixed problem(s) where the BOOT'R Editor was not always
  172.              saving the configuration file under the correct name.
  173.  
  174.  
  175. 09-19-93 ■ Version 1.10
  176.  
  177.            . Modified code to use the .BTR filename as the configuration
  178.              name to be assigned when a .BTR file is read, or as the
  179.              configuration name to be written to the first line of the 
  180.              .BTR file
  181.  
  182.            . Added support for the BOOT'R Editor to recognize
  183.              valid registration numbers and either confirm that
  184.              a valid number was entered, or issue an error message
  185.              of an invalid number.  Also added support for the
  186.              BOOT'R Editor to recognize temporary registration numbers
  187.              for credit card users.
  188.  
  189.            . Added an exiting confirmation box to the BOOT'R
  190.              Editor.
  191.  
  192.            . Fixed a problem where the editor was not always
  193.              properly redrawing the screen after text was 
  194.              pasted using a SHIFT-INSERT.
  195.  
  196.            . Fixed potential problem where the open and delete
  197.              file routines would not always change to the proper
  198.              directory when the user entered a manual full path
  199.              file name.  Problem was due to recursion.
  200.  
  201.            . Fixed potential problem where the BOOT'R Editor
  202.              may not have been adding a carriage return and 
  203.              line feed sequence to the end of each line when
  204.              printing the 4th and 5th file text groups.
  205.  
  206.            . Added a "STACK 8192" statement to avoid potential
  207.              problems with "Out of stack space" error messages.
  208.  
  209.            . Gave the BOOT'R Editor a major facelift!  Screens
  210.              are more organized, and less likely to cause 
  211.              confusion.  Updated the open and delete file routines
  212.              with enhancements to accept a fully qualified path
  213.              typed in by the user.
  214.  
  215.            . Changed exit command on menu to read "Exit BOOT'R 
  216.              Editor" instead of "Exit BOOT'R".
  217.            
  218.            . Reduced code size by adding three new control 
  219.              arrays.  (One for filenames on the File List
  220.              screen; One for edit buttons on the File List
  221.              screen; And one for Pre-Reboot Instructions on
  222.              the Defaults Reboot screen.)  Updated code to
  223.              reflect new arrays.
  224.            
  225.            . Fixed problem where a change in the third, fourth,
  226.              or fifth filename fields on the File List screen
  227.              was not generating a Configuration Changed warning
  228.              message.
  229.  
  230.  
  231. 06-24-93 ■ Version 1.0  (Released To The General Public.)
  232.  
  233.  
  234. 06-24-93 ■ Version 0.8  (Internal BETA Version.  Not Released.)
  235.  
  236.            . Corrected slight discrepancy in registration infor-
  237.              mation on Register screen.
  238.            
  239.            . Added commands to trim any leading or trailing 
  240.              spaces from the PreReboot Instruction fields when
  241.              they lose the focus.
  242.            
  243.            . Added commands to highlight the PreReboot Instruc-
  244.              tion fields when they receive the focus.
  245.            
  246.            . Added "Reboot1=" through "Reboot4=" strings to the
  247.              beginning of the Reboot commands in the BOOTR.INI
  248.              file.
  249.  
  250.  
  251. 06-24-93 ■ Version 0.7  (Internal BETA Version.  Not Released.)
  252.  
  253.            . Moved help screen up one line to center it.
  254.            
  255.            . Added BOOT'R Help screen that can be accessed from
  256.              the Help menu.  (Requires BOOTRED.HLP.)
  257.            
  258.            . Added registration information screen that can be
  259.              accessed from the Help menu.
  260.  
  261.            . Added error trapping code to Copy Configuration
  262.              routine.
  263.            
  264.            . Added command to perform copy routine for Copy
  265.              Configuration menu option.
  266.  
  267.            . Added a check to the Open FileName field to see if 
  268.              filename exists in current directory when ENTER is 
  269.              pressed.  If it does exist, the BOOT'R Editor 
  270.              attempts to open it.  If the file does not exist, 
  271.              the BOOT'R Editor advances the cursor to the File
  272.              List Box for manual selection.  (Copied routine to 
  273.              Copy Configuration and Delete Configuration proce-
  274.              dures.)
  275.            
  276.            . Added a warning message after a copy routine is 
  277.              completed.  Warning informs users that a configura-
  278.              tion file must be edited and re-saved before it can
  279.              be successfully used with BOOT'R.  Failure to do so
  280.              could result in operational errors.
  281.            
  282.            . Corrected problem where the BOOT'R Editor issued an
  283.              error message that a configuration had not been
  284.              saved, even though Save had just been selected.  
  285.              (This only occurred when one of the filename fields 
  286.              on the File List screen had been changed.)
  287.            
  288.            . Added code to make the BOOT'R Editor convert a 
  289.              filename field (on the File List screen) to UPPER 
  290.              CASE, if Save is selected, and the cursor remains in
  291.              an active filename field.
  292.            
  293.            . Corrected problem where the ESC key did not invoke a
  294.              "Cancel" event on the New Configuration screen.
  295.            
  296.            . Added code to make the ENTER key act as a TAB key.
  297.              This allows users to press ENTER instead of TAB 
  298.              when they want to move to the next field.  (Does not
  299.              apply on file and directory list boxes.)
  300.            
  301.            . Fixed problem where the first field on the pre-
  302.              reboot settings screen was not receiving the focus
  303.              when it was accessed for a second time.
  304.            
  305.            . Corrected problem with tab index on defaults and
  306.              pre-reboot setting screens.
  307.            
  308.            . Added code to printing routine to make sure that a
  309.              line feed is issued after every line is printed.
  310.            
  311.            . Verified that all file read routines were checking
  312.              for the existence of a file before attempting to
  313.              open or read it.
  314.            
  315.            . Added "About" screen that can be accessed through
  316.              the Help menu.
  317.            
  318.            . Fixed problems where the file list dialog box was 
  319.              not being hidden when the editor was loaded, and the
  320.              editor was not being hidden when the Load Text 
  321.              screen was loaded.
  322.            
  323.            . Added code to always hide the main menu after a user
  324.              selects an option from the menu.
  325.            
  326.            . Added a command to issue a form feed after printing
  327.              configuration information.
  328.            
  329.            . Added code to send complete configuration infor-
  330.              mation to printer.
  331.            
  332.            . Added code to disable the filename field on Printing 
  333.              screen until "File" is selected as the "Print To:" 
  334.              type.
  335.  
  336.            . Fixed problem where the BOOT'R Editor was attempting
  337.              to read the BOOTR.INI file upon initial loading of
  338.              the program.  This caused an error message and term-
  339.              ination of the program if the file BOOTR.INI did not
  340.              exist.  (Screen command was referenced in opening
  341.              code, causing an implicit loading of the editing 
  342.              form.)
  343.            
  344.            . Edited routine used to write .BTR files.  Modified
  345.              code to add a line feed after each carriage return
  346.              when writing lines that were enclose in a text box.
  347.            
  348.            . Changed name of executable file from BOOTR.EXE to
  349.              BOOTRED.EXE.
  350.            
  351.            . Fixed problem where a .BTR extension was being added
  352.              to the Configuration Name field inside a .BTR 
  353.              configuration file.
  354.            
  355.            . Added routine to clear the screen after exiting 
  356.              from the BOOT'R Editor.
  357.  
  358.  
  359. 06-11-93 ■ Version 0.6  (Internal BETA Version.  Not Released.)
  360.  
  361.            . Rewrote routine to load an existing text file into
  362.              the BOOT'R editor.  Added a missing close file 
  363.              statement.
  364.            
  365.            . Fixed problem where editor text was not reappear-
  366.              ing when it was being edited for a second time.  
  367.              (Only occurred after opening a file and editing
  368.              the text.)
  369.            
  370.            . Rewrote entire ReadBTRFile routine to fix problems
  371.              with hanging when attempting to open an existing
  372.              file.
  373.            
  374.            . Modified File List screen to display a constant 
  375.              non-changing title.  Added a separate line to 
  376.              display the configuration name and description.
  377.            
  378.            . Modified Change Description screen to allow users 
  379.              to also change the configuration name.
  380.            
  381.            . Added include file statement to Change Description
  382.              screen.  This fixed two problems where (1) changes 
  383.              to the configuration description were not being 
  384.              saved to the configuration file, and (2) the BOOT'R
  385.              Editor was not warning the user to save changes if
  386.              only the configuration description had changed.
  387.            
  388.            . Added integer variable "OpenFileNumber" to help the
  389.              BOOT'R Editor detect which file was being opened for
  390.              reading.  This fixed a problem where text could not
  391.              be loaded into the editor more than once in a 
  392.              session.
  393.            
  394.            . Added code to allow users to load a text file into
  395.              the editor.  This allows users to import their 
  396.              current configuration files without needing to 
  397.              retype them.
  398.            
  399.            . Added code to place less than (<) and greater than
  400.              (>) signs around the filenames within the .BTR 
  401.              files.
  402.            
  403.            . Changed WriteBTRFile code to write a filename to the
  404.              .BTR file, even if no text is to be written within
  405.              the file.
  406.            
  407.            . Located and removed corruption which occurred after
  408.              importing and modifying "Load Text" form.
  409.            
  410.            . Added and modified form that will be used to load
  411.              text from a random file into the BOOT'R editing 
  412.              screen.
  413.            
  414.            . Added routine to write .BTR files from the BOOT'R
  415.              Editor.
  416.            
  417.            . Added integer variable to find out whether or not 
  418.              any part of a complete configuration had been 
  419.              changed prior to closing it.  Used variable to warn
  420.              users of an unsaved configuration before allowing 
  421.              them to close the configuration.
  422.            
  423.            . Set integer variable to find out whether or not text
  424.              had been changed in the editor before exiting.  Used
  425.              variable to warn users of unsaved text before 
  426.              exiting from the editor.
  427.            
  428.            . Added code to save editor text to a corresponding 
  429.              string variable when save is chosen from the BOOT'R
  430.              editing screen.
  431.            
  432.            . Added code to read .BTR files in the BOOT'R Editor.
  433.            
  434.            . Added code to dynamically change the text displayed
  435.              in the help field on the "New Configuration" screen
  436.              based on the currently selected field.
  437.            
  438.            . Fixed problem where using a text box as a multi-
  439.              line label allowed the user to select and delete the
  440.              internal text using the mouse, even though no tab-
  441.              stop property was set to the item.  Changed all text
  442.              boxes to labels to prevent future problems.
  443.            
  444.            . Fixed Logo Screen problem where clicking on the 
  445.              logo screen would cause it to have a shadow, only
  446.              to disappear once another form was selected.  
  447.              Shadow now appears all the time.
  448.            
  449.            . Added Copy Configuration option to main menu to
  450.              allow users to copy configuration files and 
  451.              information from one .BTR file to another.
  452.            
  453.            . Added support for Cut (CTRL+X), Copy (CTRL+C), 
  454.              Delete (DEL), and Paste (CTRL+V) routines within
  455.              editor.
  456.  
  457.            . Added options to menu within editor to allow 
  458.              keyboard users to maximize or reset the editing
  459.              window size.
  460.            
  461.            . Added maximize button to editor screen to allow 
  462.              mouse users to maximize the editing window.
  463.            
  464.            . Added configuration filename to lower right corner 
  465.              of editor screen.
  466.            
  467.            . Added code to automatically add .BTR extension 
  468.              to configuration name if user neglects to add it.
  469.            
  470.            . Added configuration description to title bar of file
  471.              list screen and editor screen.  If configuration
  472.              description is not available, configuration filename
  473.              is used.
  474.  
  475.            . Added code to set default values after reading the
  476.              BOOTR.INI file if the values in the file were blank.
  477.            
  478.            . Added "RegistrationName=" and "RegistrationNumber="
  479.              to BOOTR.INI file.  Updated code to read and write
  480.              the BOOTR.INI file in the new format.
  481.            
  482.            . Added code to read and write the BOOTR.INI file.
  483.            
  484.            . Added hotkeys to Edit? buttons on the File-List form.
  485.            
  486.            . Changed text and button colors on the File-List form.
  487.            
  488.            . Added register screen for users to register their
  489.              copy of BOOT'R.
  490.            
  491.            . Created menu layout, new configuration screen, open
  492.              file screen, and delete file screen.
  493.            
  494.            . Started initial coding on a user-friendly editor           
  495.              for BOOT'R.
  496.            
  497.  
  498.  
  499.